##################################################################################################################################################################
#The list below is to retrieve data from LFSLapper.
#Use the function GetLapperVar(""); with one of the Vars below
##################################################################################################################################################################
rotatein
racelapsleft 					// RaceLaps remaining of current race
hostname 					//Name of the current server
shorttrackname 					//Shortname of the current track. Example: BL1R
longtrackname					//LongName of the current track. Example: Blackwood GP
trackid						//ID of current track. Example: 700 
shorttime					//Short Servertime: HH:mm
longtime					//Long Servertime: HH:mm:ss
shortdate					//Date: dd:mm:yyyy
nextrotatecar					//
nextrotatetrack/nextlongrotatetrack		//
currrotatecar					//
currrotatetrack/currlongrotatetrack		//
requiredflags					//
nbplayersontrack				//Number of players are on track ( non-spectating)
dateracestarted					//Date/time of restarted race
racelaps 					//Laps from LFS (Returns 0 if Hours is set)
racehours					//Hours from LFS (Returns 0 if Laps is set)
weather 					//Weather from LFS
wind 						//Wind status from LFS
raceinprog 					//RaceinProgress from LFS (returns 0 or 1)
racemins					//RaceTime in minutes
elapsedmins					//
elapsedsecs					//
elapsedms					//
numfinished					//Number of finished racers
racetime 					//Get current racetime
qualmins					//Time of qualifying in minutes (Max 240 minutes)
numconns					//Number of players are connected to the server (include Host)
numplayers					//Number of players are connected to the server
mustpit						//MustPit is enabled on the server ( Returns 0 or 1)
canvote						//Guest may vote kick/ban  ( Returns 0 or 1)
canselect					//Guest may select track/car  ( Returns 0 or 1)
canreset					//Guest may reset theire car  ( Returns 0 or 1)
midracejoin					//Guest may join during a race  ( Returns 0 or 1)
cruise						//Guest is allowed to drive the wrong way  ( Returns 0 or 1)
forcedcockpitview				//Forced cockpitview  ( Returns 0 or 1)
nbofcheckpoints					//Number of checkpoints ( Returns 0, 1, 2 or 3) Also works on layouts (Insim checkpoints doesnt count)
timing						//Type of Timing:
							-Returns 0 : Open config without use checkpoints
							-Returns 1 : Normal laptiming ( normal circuit)
							-Returns 2 : Custom/AutoX laptiming ( userplaced checkpoints/finishline)

			
